home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1494.ZIP / INSTALLH.BAT < prev    next >
DOS Batch File  |  1989-02-12  |  1KB  |  26 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ****************************************************************************
  4. ECHO *                                 Mi-LOG                                   *
  5. ECHO *                       Home Computer Record System                        *
  6. ECHO *      v 2.1 Copyright 1986, 1987, MiCord, Box 1344, Midland, MI 48640     *
  7. ECHO *                                                                          *
  8. ECHO **************************************************************************** 
  9. ECHO This is the Hard Disk Installation Program                                  
  10. ECHO To terminate, press Control Break or continue by pressing any key.           
  11. PAUSE
  12. CLS
  13. C:
  14. CD\
  15. MD\LOG
  16. A:
  17. COPY A:LOG.EXE C:\LOG
  18. COPY A:READTHIS.BAT C:\LOG
  19. CONFIG.EXE
  20. CLS
  21. ECHO The installation is now complete.  Remove this disk from Drive A and reboot
  22. ECHO your computer so that it is aware of the new information.  Mi-LOG will be
  23. ECHO started automatically from the autoexec.bat file.  Please remember to enter
  24. ECHO the command LOG at the end of each session to properly record the time.
  25. ECHO Thank you.
  26. ECHO PAUSE